Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR
✨ 작업 내용
release
로 푸시할 때 작동합니다.✨ 참고 사항
기존 로드밸런서를 새로 만든 prod-phote-server 인스턴스에 연결하고 기존 인스턴스와는 연결을 끊어서, 새로 만든 인스턴스가
api.~
도메인을 사용할 수 있도록 했습니다.기존 인스턴스는 이제
dev.~
로 연결되며 따로 로드밸런서는 지정하지 않고 nginx 설정을 통해 80 -> 8080 포트포워딩을 했습니다. ➡️ route53을 통해 도메인과 ip주소를 직접 연결하는 방식을 사용했습니다.production 환경을 위한 Newrelic 파일 (
PROD_NEW_RELIC_FILE
) 을 추가했습니다.production 환경을 위한 프로퍼티 파일 (
PROD_APPLICATION
) 을 추가했습니다.ec2 배포 시에 사용되는 깃 시크릿은
USERNAME
과DEV_PORT
는 development 환경과 동일하게 사용하면 된다고 생각해서PROD_HOST
,PROD_PRIVATE_KEY
만 따로 분리 했습니다. (노션에서 내용 확인 가능)⏰ 현재 버그
✏ Git Close